home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Interactive Reference Guide
/
C-C++ Interactive Reference Guide.iso
/
c_ref
/
csource4
/
266_01
/
lptr.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1990-05-01
|
386 b
|
12 lines
/* Line Printer Control Routines - Epson FX-80 printer FILE
Header File LPTR.H
01 May 1990
*/
void LP_LineSpace (int N72nds);
void LP_GraphMode (int LineBits);
void LP_Margin (int Column);
void LP_CrLf (int N);
void LP_Send (int Byte);
void LP_SetType (char *NewType);
void LP_Reset (void);